Filename | (eval 15)[/usr/lib/x86_64-linux-gnu/perl5/5.28/Template/Document.pm:78] |
Statements | Executed 2892663 statements in 5.50s |
Eval Invoked At | /usr/lib/x86_64-linux-gnu/perl5/5.28/Template/Document.pm line 78 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
207930 | 1 | 1 | 3.08s | 3.44s | __ANON__[(eval 100)[Template/Document.pm:78]:16] (merge of 207930 subs) | Template::Document::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 3.44s (3.08+357ms) within Template::Document::__ANON__[(eval 100)[/usr/lib/x86_64-linux-gnu/perl5/5.28/Template/Document.pm:78]:16] which was called 207930 times, avg 17µs/call:
# (data for this subroutine includes 207929 others that were merged with it)
# 207930 times (3.08s+357ms) by Template::Document::process at line 163 of Template/Document.pm, avg 17µs/call | ||||
2 | 376400 | 229ms | my $context = shift || die "template sub called without context\n"; | ||
3 | 376400 | 901ms | 376400 | 789ms | my $stash = $context->stash; # spent 789ms making 376400 calls to Template::Context::stash, avg 2µs/call |
4 | 376400 | 154ms | my $output = ''; | ||
5 | 376400 | 56.5ms | my $_tt_error; | ||
6 | |||||
7 | 207930 | 79.9ms | eval { BLOCK: { | ||
8 | 555343 | 308ms | $output .= "out/"; | ||
9 | #line 1 "input text" | ||||
10 | 207930 | 40.6ms | $output .= $stash->get('project'); | ||
11 | } }; | ||||
12 | if ($@) { | ||||
13 | $_tt_error = $context->catch($@, \$output); | ||||
14 | die $_tt_error unless $_tt_error->type eq 'return'; | ||||
15 | 207930 | 2.47s | } | ||
16 | |||||
17 | 207930 | 1.26s | return $output; | ||
18 | } | ||||
19 | |||||
20 | ; |